WCF-Xtensions Class Reference for .NET
OnBeginOpen Method (XChannelFactory<TChannel>)






Syntax
[__DynamicallyInvokable()]
protected virtual System.IAsyncResult OnBeginOpen( 
   System.TimeSpan timeout,
   System.AsyncCallback callback,
   System.object state
)
protected function OnBeginOpen( 
    timeout: System.TimeSpan;
    callback: System.AsyncCallback;
    state: System.TObject
): System.IAsyncResult; virtual; 
__DynamicallyInvokableAttribute()
protected function OnBeginOpen( 
   timeout : System.TimeSpan,
   callback : System.AsyncCallback,
   state : System.Object
) : System.IAsyncResult;
[__DynamicallyInvokable()]
protected: virtual System.IAsyncResult* OnBeginOpen( 
   System.TimeSpan timeout,
   System.AsyncCallback* callback,
   System.Object* state
) 
[__DynamicallyInvokable()]
protected:
virtual System.IAsyncResult^ OnBeginOpen( 
   System.TimeSpan timeout,
   System.AsyncCallback^ callback,
   System.Object^ state
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected Overridable Function OnBeginOpen( _
   ByVal timeout As System.TimeSpan, _
   ByVal callback As System.AsyncCallback, _
   ByVal state As System.Object _
) As System.IAsyncResult
 
'Usage
 
Dim instance As XChannelFactory(Of TChannel)
Dim timeout As System.TimeSpan
Dim callback As System.AsyncCallback
Dim state As System.Object
Dim value As System.IAsyncResult
 
value = instance.OnBeginOpen(timeout, callback, state)

Parameters

timeout
callback
state
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XChannelFactory<TChannel> Class
XChannelFactory<TChannel> Members

Send Feedback